home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global LastButton, gRewind, movieID, gSpeed
- repeat with x = 3 to 5
- puppetSprite(x, 1)
- set the visible of sprite x to 0
- puppetSprite(x, 0)
- end repeat
- puppetSprite(5, 1)
- set the visible of sprite 5 to 1
- puppetSprite(5, 0)
- updateStage()
- if gRewind = 1 then
- QTMovie("Direct", movieID, "reverse")
- set gRewind to 0
- end if
- set gRewind to 0
- if gSpeed = 2 then
- set speed to 1.0
- set speed to string(speed)
- QTMovie("Direct", movieID, "Set", "rate", speed)
- set gSpeed to 1
- end if
- put "inside play button, script 16"
- put "LastButton", LastButton
- if LastButton = 1 then
- unpauseQT()
- else
- go(19)
- end if
- set LastButton to 1
- end
-